projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a19ebd
)
; * src/android.c (android_wc_lookup_string): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Fri, 23 Jun 2023 03:39:57 +0000
(11:39 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 23 Jun 2023 03:39:57 +0000
(11:39 +0800)
src/android.c
patch
|
blob
|
history
diff --git
a/src/android.c
b/src/android.c
index ff78e4c289a4a53c9e355ed9eceef6a29c3fb184..e45aa82fc3c5ec4dac3a02b55e98627ac0d96f65 100644
(file)
--- a/
src/android.c
+++ b/
src/android.c
@@
-5827,7
+5827,7
@@
android_wc_lookup_string (android_key_pressed_event *event,
/* Now return this input method string. */
characters = (*android_java_env)->GetStringChars (android_java_env,
string, NULL);
- android_exception_check_nonnull (characters, string);
+ android_exception_check_nonnull (
(void *)
characters, string);
/* Figure out how big the string is. */
size = (*android_java_env)->GetStringLength (android_java_env,